@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0;font-size:14px;font-family:"微软雅黑";color:#333;background: #fff;}
input,textarea,select,button,label{vertical-align:middle; font-family:"Microsoft YaHei",微软雅黑;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none; }
a:focus,a:hover{color:#004a9d; text-decoration:none;}
a img{border:none;}
li,img{vertical-align: top;}
ul{zoom:1;}
input{border: none;background: none;outline: none;}
textarea{resize:none;}
.fl{float:left;}
.fr{float:right;}

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { box-shadow:0 0 0 60px #fff inset;  -webkit-text-fill-color: #333;}
/*全局 end*/


/*title提示 on*/
.tooltip { font-size: 13px; line-height: 1.5; position: absolute; padding: 5px; z-index: 100003; opacity: .9 }
.tipsy-arrow { position: absolute; width: 0; height: 0; line-height: 0; border: 8px dashed #333333; top: 0; left: 20px; margin-left: -3px; border-bottom-style: solid; border-top: 0; border-left-color: transparent; border-right-color: transparent }
.tipsy-arrow-n { border-bottom-color:  #333333; }
.tipsy-inner { background-color:  #333333; color: #fff; max-width: 400px; padding: 5px 8px 4px 8px; text-align: left; border-radius: 3px }
/*title提示 end*/


/*头部 on*/
.is-header{width: 100%;position:relative;}
.m-top{padding: 0 2%;height:46px;line-height: 46px;background:#000;overflow: hidden;}
.m-top li{float: left;margin-left: 30px;}
.m-top li a{color: #808080;}
.m-top li img{margin: -1px 10px 0 0;vertical-align: middle;}

/*logo*/
.m-head{ padding: 0 2%;background: #383839;}
.m-head .logo{ float:left;margin: 5px 0;}

/*导航*/
.m-head .nav{ float:right;}
.m-head .nav ul li{ float:left; height:60px; line-height:60px; font-size:16px;  text-align:center; position:relative;}
.m-head .nav ul li a{ display:block;padding: 0 25px;color:#fff; }
.m-head .nav ul li.on>a,.m-head .nav ul li:hover>a{ background:#004a9d;}
.m-head .nav ul li .xl{ width:100%; position:absolute; left:0; top:60px; line-height:45px; display:none;}
.m-head .nav ul li .xl dd{ line-height:45px;}
.m-head .nav ul li:hover .xl{ display:block;}
.m-head .nav ul li .xl a{ display:block; color:#fff; background:#004a9d; font-size:14px;}
.m-head .nav ul li .xl a:hover{ background:#004a9d;}

/*搜索*/
.m-head .rt{ float:right;overflow: hidden;}
.m-head .rt li{float: left;padding-left:20px;height:60px; line-height:60px;cursor: pointer;}
.m-head .rt li:last-child{padding-left: 40px;}
.m-head .rt li span{color: #fff;font-size: 22px;}
.modal-header{ padding: 10px 15px 0; border-bottom: none;  }
.modal-body{padding: 20px;}
.modal form{display: flex;position: relative;}
.modal form input[type="text"]{flex:1;padding:0 10px 0 65px;height:45px;line-height:45px;background: #fff;border: 1px solid #ddd;}
.modal form input[type="submit"]{width: 80px;height: 45px;color: #fff;font-size: 16px;background: #004a9d;}
.modal form span{position: absolute; top: 7px; left: 0; font-size: 24px; border-right: 1px solid #ddd; padding: 0 15px; height: 30px; line-height: 30px; display: block; color: #999;}

/*隐藏菜单*/
.m-head .rts{ float:right; display:none;height:60px;line-height: 60px;}
.m-head .rts span{font-size: 28px;color: #fff;}
.navs{ display:none;width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999;}
.navs .lt{ width:calc(100% - 200px); height:100%; background:rgba(00,00,00,0.7); float:left;}
.m-nav { width:200px; height:100%; right:0; top:0; background:#fff; position:fixed; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); z-index:1; }
.m-nav h2 { margin:0 0 10px; padding:10px 0; border-bottom:1px solid #ddd; font-weight:bold; font-size:16px; line-height:30px; text-align:center; }
.m-nav li { position:relative; padding:12px 12px 12px 22px; border-bottom:1px solid #eee; font-size:14px; line-height:24px; }
.m-nav li a { display:block; }
.m-nav li a:hover,.m-nav .current a { color:#004a9d; }
.m-nav .current:after { position:absolute; top:50%; left:0; width:5px; height:14px; margin-top:-7px; border-left:2px solid #004a9d; content:"" }

@media (max-width:1200px) {
    .m-top ul{float: left;}
    .m-top li{margin: 0 30px 0 0;}
    .m-head .rt{position: absolute;top: 0;right: 2%;}
    .m-head .nav{ display:none;}
    .m-head .rts{display: block;}
}
@media (max-width:414px) {
    .m-head .logo{margin: 20px 0;width: 240px;}
	.m-head .rts {margin-top: 15px;}
    .modal form input[type="submit"]{width: 60px;}
}

/*当前位置*/
.m-locate{width: 100%;padding:0 2%;overflow: hidden;}
.m-locate h2{margin:131px 0;height: 75px;font-size: 42px;text-align:center;color: #fff;font-weight: bold;background: url(../images/locate.jpg) center bottom no-repeat;}

/*主体*/
.container{padding: 0;}

/*底部*/
.is-footer{overflow: hidden;}
.m-foot{padding: 50px 0 45px;background: #f5f5f5;}
.m-lxwm{float: left;margin: 10px 0;}
.m-lxwm li{line-height: 36px;}
.m-lxwm li span{margin-right:5px;color: #004a9d;font-size: 16px;}
.m-ewm{float: right;margin: 10px 0;overflow: hidden;}
.m-ewm li{float: left;text-align: center;}
.m-ewm li:first-child{margin-right: 72px;}
.m-ewm li img{width: 114px;height: 114px;}
.m-ewm li p{color: #808080;line-height: 26px;}
.m-bz{padding:20px 0;background: #1f1f1f;line-height: 28px;}
.m-bz p{float:left;color: #ccc;}
.m-bz a{color: #ccc;}
.m-bz .u-ba{float: right;}
.m-bz .u-ba img{margin:4px 5px 0 0;}
/*底部 end*/

/*媒体查询*/
@media \0screen\,screen\9 {
    .container{width: 1200px;}
}
@media (min-width: 1200px){
    .container{width: 1200px;}
}
@media (max-width: 767px) {
    .m-foot{padding: 0 2%;}
    .m-lxwm,.m-ewm,.m-bz .u-ba{float: none;}
    .m-bz{padding: 20px 2%;text-align: center;}
}
@media (max-width: 414px){
    .m-locate h2{margin: 40px 0;height: 55px;font-size: 28px;}
}
@media print{
    a:after{content:"" !important;}
}



/*分页 on*/
#page-list{line-height: 20px; text-align: right; padding: 10px; font-size: 14px; font-family:'Arial';}
#page-list .page{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;  color: #868585; text-decoration: none; margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
#page-list .page:hover{border: 1px solid #e0e0e0; background-color: #f1f1f1; color: #868585;}
#page-list a{text-decoration: none;}
#page-list a:hover{color: #0000FF;}
#page-list .currentpage{border: 1px solid #e0e0e0; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; background-color: #f1f1f1; color: #868585; text-decoration: none;margin-right: 4px; margin-left: 4px; padding-top: 4px; padding-right: 8px; padding-bottom: 4px; padding-left: 8px;}
/*分页 end*/